@charset "utf-8";
/* CSS Document */
@import 'reset.css';

@font-face {
  font-family: 'iconfont';
  src: url('iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header .icon {
    width: 30px;
    height: 30px;
    margin: 6px;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
  }
/* .icon {
	width: 30px;
	height: 30px;
	vertical-align: -12px;
	fill: currentColor;
	overflow: hidden;
	margin: 0 8px;
  } */
/*头部*/
#header {
	background-color: #fff;
/*	padding: 24px 0 10px 0;*/
	height: 110px;
	position: relative;
}
#header .logo a {
	display: block;
	width: 200px;
	height: 100px;
	background: url(../img/logo.jpg) center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 5px;
}
#header .login {
	height:110px;
	line-height: 110px;
}

#header .search {
	width: 630px;
	margin: 0 auto;
	padding-top: 25px;
}
#header .searchBox {
	width: 554px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid rgba(132,193,255,1);
	border-right: none;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 2px 4px 0px rgba(132,193,255,0.6);
}
#header .searchBox input {
	width: 490px;
	height: 36px;
	line-height: 36px;
	outline: none;
	border: none;
	text-indent: 10px;
	position: absolute;
	z-index: 2;
	background-color: transparent;
}
#header .searchBox span {
	height: 36px;
	line-height: 36px;
	color: #9c9c9c;
	padding-left: 6px;
	margin-right: -6px;
}
#header .search button {
	width: 74px;
	height: 40px;
	line-height: 40px;
	background-image: linear-gradient(to right, rgba(132,193,255,1), rgba(0,0,255,1));
	border: none;
	font-size: 18px;
/*	font-weight:500;*/
	color: #fff;
	border-radius: 0 20px 20px 0;
	box-shadow: 0px 2px 4px 0px rgba(132,193,255,0.6);
	text-shadow: 1px 1px 2px rgba(255,255,255,1);

}
#header .search li {
	float: left;

}
#header .search li a {
	display: block;
	line-height: 30px;	
	padding: 0px 5px;
	margin: 8px;
	text-shadow: 1px 1px 2px rgba(60,60,60,0.6);
	
}
#header .search a:hover {
	background-image: linear-gradient(to bottom, rgba(132,193,255,0.2), rgba(0,0,255,1));
	border-radius: 5px;
	color: #fff;
	
}

/*通知*/
/* #header .notice {
	text-align: center;
	margin-top: 10px;
	border: 1px solid #EFEFEF;
	padding: 4px;
	background-image: linear-gradient(to right, rgba(239,239,239,1), rgba(108,108,108,1));
	color: #FFF;
	font-weight: bold;
	border-radius: 10px;
	
}
#header .notice p{
	text-align: left;
}
#header .notice h4,span {
	color: #f40;
}
.blink {
  animation: blink 2s steps(1, end) infinite;
}
 
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */

/*语言*/
#header .language {
	height: 110px;
	line-height: 110px;
}


/*大图*/
#pubbigimg {
	width: 100%;
	height: 500px;
	z-index: 1;
}
#pubbigimg a {
	display: block;
	width: 100%;
	height: 500px;
	background: url(../img/index/iNEQ-global.webp) center no-repeat;
	z-index: 2;
}

/*长图*/
#pubimg {
	width: 100%;
	z-index: 1;
	margin-bottom: 10px;
}
#pubimg a {
	display: block;
	width: 100%;
	height: 180px;
	background: url(../img/product/iNEQ-global.webp) center no-repeat;
	z-index: 2;
}

/*js下拉菜单*/
.lis {
	position: relative;
}
.innerul {
	position: absolute;
	top: 40px;
	width: 110px;
/*	height: 110px;*/
	padding-bottom: 5px;
	background-color: #FFF;
	opacity: 0.9;
	font-size: 20px;
	display: none;
}
.innerul li {
	height: 35px;
}
